Bitmap for UWP
GetValueFastDelegate<T> デリゲート

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 : GetValueFastDelegate<T> デリゲート
Type of the getter.
The obj to get the property from.
The value to get.
A Delegate to get a property value from an object.
シンタックス
'宣言
 
Public Delegate Sub GetValueFastDelegate(Of T)( _
   ByVal obj As System.Object, _
   ByRef value As T _
) 
public delegate void GetValueFastDelegate<T>( 
   System.object obj,
   out T value
)

パラメータ

obj
The obj to get the property from.
value
The value to get.

型パラメータ

T
Type of the getter.
参照

GetValueFastDelegate<T> メンバ
C1.Util.DX 名前空間